FlagName

Boolean

false

Purpose

The FlagName parameter specifies the name of a boolean flag that determines whether the node loads and executes instructions within an executeWhen instruction.

The FlagName value is a user‑defined Boolean global constant (for example, DebugTestFlag=true). You can set the FlagName value for the node in the JADE initialization file or it can be changed dynamically in your code at run time, by calling the Node class setExecuteFlagValue method.

If the value of the parameter is true, instructions within an executeWhen FlagName; instruction are loaded and executed; otherwise, the instructions are not loaded.

Parameter is read when …

The node is initialized.